home *** CD-ROM | disk | FTP | other *** search
/ Power Hacker 2003 / Power_Hacker_2003.iso / Exploit and vulnerability / w00w00 / sectools / SRS / client / src / Makefile.html < prev    next >
Encoding:
Makefile  |  2000-01-12  |  7.1 KB  |  276 lines

  1. # Generated automatically from Makefile.in by configure.
  2. # Makefile.in generated automatically by automake 1.3 from Makefile.am
  3.  
  4. # Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8.  
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13.  
  14.  
  15. SHELL = /bin/sh
  16.  
  17. srcdir = .
  18. top_srcdir = ..
  19. prefix = /usr/local
  20. exec_prefix = ${prefix}
  21.  
  22. bindir = ../bin
  23. sbindir = ${exec_prefix}/sbin
  24. libexecdir = ${exec_prefix}/libexec
  25. datadir = ${prefix}/share
  26. sysconfdir = ${prefix}/etc
  27. sharedstatedir = ${prefix}/com
  28. localstatedir = ${prefix}/var
  29. libdir = ${exec_prefix}/lib
  30. infodir = ${prefix}/info
  31. mandir = ${prefix}/man
  32. includedir = ${prefix}/include
  33. oldincludedir = /usr/include
  34.  
  35. DISTDIR =
  36.  
  37. pkgdatadir = $(datadir)/client
  38. pkglibdir = $(libdir)/client
  39. pkgincludedir = $(includedir)/client
  40.  
  41. top_builddir = ..
  42.  
  43. ACLOCAL = @ACLOCAL@
  44. AUTOCONF = @AUTOCONF@
  45. AUTOMAKE = @AUTOMAKE@
  46. AUTOHEADER = @AUTOHEADER@
  47.  
  48. INSTALL = /usr/bin/install -c
  49. INSTALL_PROGRAM = ${INSTALL}
  50. INSTALL_DATA = ${INSTALL} -m 644
  51. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  52. transform = s,x,x,
  53.  
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. host_alias = i586-pc-linux-gnulibc1
  61. host_triplet = i586-pc-linux-gnulibc1
  62. AWK = mawk
  63. CC = gcc
  64. LDEFS = -DLINUX
  65. LN_S = ln -s
  66. PACKAGE = client
  67. RANLIB = ranlib
  68. VERSION = 1.0
  69. bindir = ../bin
  70.  
  71. AUTOMAKE_OPTIONS = foreign
  72.  
  73. bin_PROGRAMS = client
  74.  
  75. client_SOURCES = auth.c config.c convert.c exit.c debug.c error.c init.c \
  76.                  io.c main.c misc.c parse.c ping.c sighandlers.c spool.c \
  77.                  sockets.c ssl.c stream.c
  78.  
  79. DEFS1 = $(DEFS) $(LDEFS) -DBEEP# -DNOSSL# -DDEBUG -DBSDI -DSUN
  80.  
  81. INCS = -I../include -I../../SSL/include -I/usr/local/ssl/include
  82.  
  83. # (we use our own CFLAGS becaues autoconf uses -O2)
  84. CFLAGS = -Wall -g# -ansi -posix -pedantic
  85. COMPILE = $(CC) $(DEFS1) $(INCS) $(CFLAGS)
  86.  
  87. CLEANFILES = log
  88. mkinstalldirs = $(SHELL) $(top_srcdir)/support/mkinstalldirs
  89. CONFIG_HEADER = ../config.h
  90. CONFIG_CLEAN_FILES = 
  91. PROGRAMS =  $(bin_PROGRAMS)
  92.  
  93.  
  94. DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I..
  95. CPPFLAGS = 
  96. LDFLAGS = 
  97. LIBS = -lssl -lcrypto 
  98. client_OBJECTS =  auth.o config.o convert.o exit.o debug.o error.o \
  99. init.o io.o main.o misc.o parse.o ping.o sighandlers.o spool.o \
  100. sockets.o ssl.o stream.o
  101. client_LDADD = $(LDADD)
  102. client_DEPENDENCIES = 
  103. client_LDFLAGS = 
  104. LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
  105. DIST_COMMON =  Makefile.am Makefile.in TODO
  106.  
  107.  
  108. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  109.  
  110. TAR = tar
  111. GZIP = --best
  112. SOURCES = $(client_SOURCES)
  113. OBJECTS = $(client_OBJECTS)
  114.  
  115. all: Makefile $(PROGRAMS)
  116.  
  117. .SUFFIXES:
  118. .SUFFIXES: .S .c .o .s
  119. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  120.     cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps src/Makefile
  121.  
  122. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  123.     cd $(top_builddir) \
  124.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  125.  
  126.  
  127. mostlyclean-binPROGRAMS:
  128.  
  129. clean-binPROGRAMS:
  130.     -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  131.  
  132. distclean-binPROGRAMS:
  133.  
  134. maintainer-clean-binPROGRAMS:
  135.  
  136. install-binPROGRAMS: $(bin_PROGRAMS)
  137.     @$(NORMAL_INSTALL)
  138.     $(mkinstalldirs) $(DESTDIR)$(bindir)
  139.     @list='$(bin_PROGRAMS)'; for p in $$list; do \
  140.       if test -f $$p; then \
  141.         echo "  $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
  142.          $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  143.       else :; fi; \
  144.     done
  145.  
  146. uninstall-binPROGRAMS:
  147.     @$(NORMAL_UNINSTALL)
  148.     list='$(bin_PROGRAMS)'; for p in $$list; do \
  149.       rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  150.     done
  151.  
  152. .c.o:
  153.     $(COMPILE) -c $<
  154.  
  155. .s.o:
  156.     $(COMPILE) -c $<
  157.  
  158. .S.o:
  159.     $(COMPILE) -c $<
  160.  
  161. mostlyclean-compile:
  162.     -rm -f *.o core *.core
  163.  
  164. clean-compile:
  165.  
  166. distclean-compile:
  167.     -rm -f *.tab.c
  168.  
  169. maintainer-clean-compile:
  170.  
  171. client: $(client_OBJECTS) $(client_DEPENDENCIES)
  172.     @rm -f client
  173.     $(LINK) $(client_LDFLAGS) $(client_OBJECTS) $(client_LDADD) $(LIBS)
  174.  
  175. tags: TAGS
  176.  
  177. ID: $(HEADERS) $(SOURCES) $(LISP)
  178.     here=`pwd` && cd $(srcdir) \
  179.       && mkid -f$$here/ID $(SOURCES) $(HEADERS) $(LISP)
  180.  
  181. TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  182.     tags=; \
  183.     here=`pwd`; \
  184.     list='$(SOURCES) $(HEADERS)'; \
  185.     unique=`for i in $$list; do echo $$i; done | \
  186.       awk '    { files[$$0] = 1; } \
  187.            END { for (i in files) print i; }'`; \
  188.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  189.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  190.  
  191. mostlyclean-tags:
  192.  
  193. clean-tags:
  194.  
  195. distclean-tags:
  196.     -rm -f TAGS ID
  197.  
  198. maintainer-clean-tags:
  199.  
  200. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  201.  
  202. subdir = src
  203.  
  204. distdir: $(DISTFILES)
  205.     @for file in $(DISTFILES); do \
  206.       d=$(srcdir); \
  207.       test -f $(distdir)/$$file \
  208.       || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  209.       || cp -p $$d/$$file $(distdir)/$$file; \
  210.     done
  211. info:
  212. dvi:
  213. check: all
  214.     $(MAKE)
  215. installcheck:
  216. install-exec: install-binPROGRAMS
  217.     @$(NORMAL_INSTALL)
  218.  
  219. install-data: 
  220.     @$(NORMAL_INSTALL)
  221.  
  222. install: install-exec install-data all
  223.     @:
  224.  
  225. uninstall: uninstall-binPROGRAMS
  226.  
  227. install-strip:
  228.     $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' INSTALL_SCRIPT='$(INSTALL_PROGRAM)' install
  229. installdirs:
  230.     $(mkinstalldirs)  $(DATADIR)$(bindir)
  231.  
  232.  
  233. mostlyclean-generic:
  234.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  235.  
  236. clean-generic:
  237.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  238.  
  239. distclean-generic:
  240.     -rm -f Makefile $(DISTCLEANFILES)
  241.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  242.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  243.  
  244. maintainer-clean-generic:
  245.     -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  246.     -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  247. mostlyclean:  mostlyclean-binPROGRAMS mostlyclean-compile \
  248.         mostlyclean-tags mostlyclean-generic
  249.  
  250. clean:  clean-binPROGRAMS clean-compile clean-tags clean-generic \
  251.         mostlyclean
  252.  
  253. distclean:  distclean-binPROGRAMS distclean-compile distclean-tags \
  254.         distclean-generic clean
  255.     -rm -f config.status
  256.  
  257. maintainer-clean:  maintainer-clean-binPROGRAMS maintainer-clean-compile \
  258.         maintainer-clean-tags maintainer-clean-generic \
  259.         distclean
  260.     @echo "This command is intended for maintainers to use;"
  261.     @echo "it deletes files that may require special tools to rebuild."
  262.  
  263. .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
  264. maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
  265. mostlyclean-compile distclean-compile clean-compile \
  266. maintainer-clean-compile tags mostlyclean-tags distclean-tags \
  267. clean-tags maintainer-clean-tags distdir info dvi installcheck \
  268. install-exec install-data install uninstall all installdirs \
  269. mostlyclean-generic distclean-generic clean-generic \
  270. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  271.  
  272.  
  273. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  274. # Otherwise a system limit (for SysV at least) may be exceeded.
  275. .NOEXPORT:
  276.